Expand description

Macros for auto impl From for errors

Macros

Generate the From trait implementation for an custom error struct with an specific structure, with ErrorKind, and message attributes;

Generate the From trait implementation for an custom error struct with an specific structure, with ErrorKind, and message attributes. Use only if you want recovery the ErrorKind.